(set #backup (cat "\n\nA Directory with this name already exists.\nIf a previous version has been "
"installed here it will be overwriten\n\n"
"Do you wish to proceed with the install?")
)
(set #s4aDetected (cat "\n\n..NOTE..\n\nIt appears that a version of Sid4Amiga is Running at the moment\n"
"Please quit the existing application and re-run the Installation\n\n"
"A reboot may be preferable.")
)
(set #s4aClear (cat "\n\n..OK..\n\nIt appears that your system is ready to install Sid4Amiga\n"
"Do not start Sid4Amiga until the\n"
"installation has completed.")
)
(set #IconCopy ("\nWhat Icons do you wish to install by default?\n")
)
(set #PSECopy ("\nDo you want to install the PlaySid Emulation Library? The old library (V1.x) will be backed up into a drawer called 'PlaySidOriginal' within the LIBS: directory.\n")
)
(set #startup-prompt (cat "\nAn assign for Sid4Amiga is usefull for some advanced functions.\n\n"
"Your user-startup file will be altered and an Assign for 'S4A' will point to:\n\n")
)
(set #startup-prompt-2 ("\n\nIt is recommended you proceed with this.\n")
(prompt "Sid4AmigaV3.40b4\n\nWhere would you like to install Sid4Amiga?\nA new directory called ''Sid4Amiga'' will be created.\n"
)
(help "\nChoose the directory where Sid4Amiga should be"
"\ninstalled or updated."
)
(default "sys:")
)
)
(set #Dname (tackon #name "Sid4Amiga"))
(if (exists #Dname)
(message #backup)
)
(makedir #Dname
(infos)
)
; *************************
; ** modify user-startup **
; *************************
((startup "S4A"
(prompt (cat
#startup-prompt
#Dname
#startup-prompt-2
))
(command (cat "Assign S4A: " #Dname))
(help @startup-help)
)
(makeassign "S4A" #Dname (safe)))
; ***********************
; ** Get type of icons **
; ***********************
(set #icontype 0)
(set #PickIcon 0)
(set #PickIcon (askchoice (choices "Combined Original and OS3.5" "OS3.5" "New Icons")
(prompt #IconCopy)
(help "Select your icons set.\nif you are unsure I suggest you select the topmost option.")
(default #icontype)
)
)
;** Play Sid Emulation Library **
(set #InstallType 0)
(set #InstallPSE 0)
(set #InstallPSE (askchoice (choices "Yes" "No")
(prompt #PSECopy)
(help "Sid4Amiga contains a PlaySid emulation library to replace PlaySid on your machine. It will work with HippoPlayer, Delitracker, the PlaySid GUI and other programs, but will not work with emulators such as Magic 64.")